[DllImport("wininet.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern IntPtr InternetOpen(
string lpszAgent, int dwAccessType, string lpszProxyName,
string lpszProxyBypass, int dwFlags);
Declare Function InternetOpen Lib "wininet.dll" (TODO) As TODO
None.
Please add some!
Please add some!
Do you know one? Please contribute it!